home *** CD-ROM | disk | FTP | other *** search
/ KWIKEE Auto Advertising System 1999 3A / KWIKEE Auto Advertising System 1999 - 3A.iso / mac / Applications / CAMS Interactive / printing.dir / 00008_Script_8 < prev    next >
Text File  |  1997-06-09  |  308b  |  19 lines

  1. on startMovie
  2.   repeat with i = 30 to 37
  3.     set the visible of sprite i to FALSE
  4.   end repeat
  5. end
  6.  
  7. on indexRoll
  8.   repeat with i = 30 to 37
  9.     if rollover (i) then
  10.       set the visible of sprite i to TRUE
  11.     else
  12.       set the visible of sprite i to FALSE
  13.     end if
  14.   end repeat
  15. end
  16.  
  17.  
  18.  
  19.